home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / C(++) / C Header.h < prev    next >
C/C++ Source or Header  |  2003-08-13  |  277b  |  15 lines

  1. /* Description: C Header File| */
  2. /*
  3.   Created: {$DateTime} by {$UserName}
  4.  
  5.   $Id: C\040Header.h,v 1.1.2.1 2003/08/13 00:38:46 neum Exp $
  6. */
  7.  
  8. #ifndef _{$FileTitleNoExtU}_H
  9. #define _{$FileTitleNoExtU}_H
  10.  
  11. /* Insert Code here */
  12.  
  13.  
  14. #endif /* _{$FileTitleNoExtU}_H */
  15.